home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / ALLPlayer 4.2.6.7 / ALLPlayerPL.exe / {app} / ALLPlayer.exe / 0 / RCDATA / TFORMIMDB / TFORMIMDB.txt
Text File  |  2009-12-08  |  4KB  |  175 lines

  1. object FormIMDB: TFormIMDB
  2.   Left = 382
  3.   Top = 463
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'IMDB Search'
  6.   ClientHeight = 350
  7.   ClientWidth = 592
  8.   Color = 16244694
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object LimdbTitle: TLabel
  21.     Left = 8
  22.     Top = 16
  23.     Width = 63
  24.     Height = 13
  25.     Caption = 'Movie Name:'
  26.   end
  27.   object ImageIMDB: TImage
  28.     Left = 440
  29.     Top = 40
  30.     Width = 145
  31.     Height = 153
  32.     Center = True
  33.   end
  34.   object LzYear: TLabel
  35.     Left = 520
  36.     Top = 200
  37.     Width = 22
  38.     Height = 13
  39.     Caption = '???'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.   end
  47.   object LYear: TLabel
  48.     Left = 448
  49.     Top = 200
  50.     Width = 25
  51.     Height = 13
  52.     Caption = 'Year:'
  53.   end
  54.   object LRating: TLabel
  55.     Left = 448
  56.     Top = 224
  57.     Width = 34
  58.     Height = 13
  59.     Caption = 'Rating:'
  60.   end
  61.   object LzRating: TLabel
  62.     Left = 520
  63.     Top = 224
  64.     Width = 22
  65.     Height = 13
  66.     Caption = '???'
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = [fsBold]
  72.     ParentFont = False
  73.   end
  74.   object LVotes: TLabel
  75.     Left = 448
  76.     Top = 248
  77.     Width = 30
  78.     Height = 13
  79.     Caption = 'Votes:'
  80.   end
  81.   object LzVotes: TLabel
  82.     Left = 520
  83.     Top = 248
  84.     Width = 22
  85.     Height = 13
  86.     Caption = '???'
  87.     Font.Charset = DEFAULT_CHARSET
  88.     Font.Color = clWindowText
  89.     Font.Height = -11
  90.     Font.Name = 'MS Sans Serif'
  91.     Font.Style = [fsBold]
  92.     ParentFont = False
  93.   end
  94.   object Label1: TLabel
  95.     Left = 440
  96.     Top = 272
  97.     Width = 145
  98.     Height = 13
  99.     Cursor = crHandPoint
  100.     Alignment = taCenter
  101.     AutoSize = False
  102.     Caption = 'Show @ www.imdb.com'
  103.     Font.Charset = DEFAULT_CHARSET
  104.     Font.Color = clBlue
  105.     Font.Height = -11
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = [fsUnderline]
  108.     ParentFont = False
  109.     OnClick = Label1Click
  110.   end
  111.   object ETitle: TEdit
  112.     Left = 88
  113.     Top = 8
  114.     Width = 345
  115.     Height = 21
  116.     TabOrder = 0
  117.   end
  118.   object BimdbFind: TButton
  119.     Left = 440
  120.     Top = 8
  121.     Width = 145
  122.     Height = 25
  123.     Caption = 'Find'
  124.     TabOrder = 1
  125.     OnClick = BimdbFindClick
  126.   end
  127.   object LEimdb: TValueListEditor
  128.     Left = 8
  129.     Top = 40
  130.     Width = 425
  131.     Height = 300
  132.     Color = 16248806
  133.     FixedColor = 16776176
  134.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing, goRowMoving, goRowSelect, goThumbTracking]
  135.     ScrollBars = ssVertical
  136.     TabOrder = 2
  137.     TitleCaptions.Strings = (
  138.       'IMDB ID'
  139.       'Title')
  140.     OnMouseDown = LEimdbMouseDown
  141.     OnSelectCell = LEimdbSelectCell
  142.     ColWidths = (
  143.       55
  144.       364)
  145.   end
  146.   object BimdbOK: TButton
  147.     Left = 440
  148.     Top = 320
  149.     Width = 73
  150.     Height = 25
  151.     Caption = 'OK'
  152.     TabOrder = 3
  153.     OnClick = BimdbOKClick
  154.   end
  155.   object BimdbCancel: TButton
  156.     Left = 520
  157.     Top = 320
  158.     Width = 67
  159.     Height = 25
  160.     Caption = 'Cancel'
  161.     TabOrder = 4
  162.     OnClick = BimdbCancelClick
  163.   end
  164.   object BImdbInsert: TButton
  165.     Left = 440
  166.     Top = 298
  167.     Width = 147
  168.     Height = 17
  169.     Caption = 'Wstaw do pliku'
  170.     Enabled = False
  171.     TabOrder = 5
  172.     OnClick = BImdbInsertClick
  173.   end
  174. end
  175.